home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / basic / PureBasic_Upd.lha / PureBasic_Update1.60 / PureBasic / PureInclude / PureResident_Small.pb < prev   
Encoding:
Text File  |  2000-09-10  |  908 b   |  40 lines

  1. ;
  2. ; **********************************************
  3. ;
  4. ; Amiga ROM 3.1 RKM Includes files for PureBasic
  5. ;
  6. ; **********************************************
  7. ;
  8. ;
  9.  
  10. IncludePath   "PureInclude:"
  11.  
  12. XIncludeFile "exec/all.pb"
  13. XIncludeFile "dos/all.pb"
  14. XIncludeFile "graphics/all.pb"
  15. XIncludeFile "intuition/all.pb"
  16. XIncludeFile "utility/all.pb"
  17. XIncludeFile "workbench/all.pb"
  18. ;XIncludeFile "prefs/all.pb"
  19. ;XIncludeFile "diskfont/all.pb"
  20. ;XIncludeFile "hardware/all.pb"
  21. XIncludeFile "libraries/all.pb"
  22. ;XIncludeFile "gadgets/all.pb"
  23. ;XIncludeFile "rexx/all.pb"
  24. ;XIncludeFile "resources/all.pb"
  25. ;XIncludeFile "devices/all.pb"
  26. ;XIncludeFile "datatypes/all.pb"
  27.  
  28.  
  29. ;
  30. ; PureBasic Joypad constants definitions...
  31. ;
  32.  
  33. #PB_JOYPAD_BUTTON1 = 1 LSL 22
  34. #PB_JOYPAD_BUTTON2 = 1 LSL 23
  35. #PB_JOYPAD_BUTTON3 = 1 LSL 20
  36. #PB_JOYPAD_BUTTON4 = 1 LSL 21
  37. #PB_JOYPAD_BUTTON5 = 1 LSL 19
  38. #PB_JOYPAD_BUTTON6 = 1 LSL 18
  39. #PB_JOYPAD_BUTTON7 = 1 LSL 17
  40.